export * from './checkId'; export * from './query'; export * from './resolve'; export * from './error'; export declare function getStyleNameSpace(): string; export declare const getStyleNameFromNode: (node: any) => any; export declare const checkStyleName: (node: any, styleName: string) => boolean; export declare function call(value: any): string; export declare function isObject(value: any): boolean; export declare function isArray(value: any): boolean;