import { FluentDomObject } from './fluent-dom-esm.types'; export declare const isFluentDomObject: (value: any) => value is FluentDomObject; export declare const isHTMLElement: (value: any) => value is HTMLElement; export declare const isNumber: (value: any) => value is number; export declare const isString: (value: any) => value is string;