export declare function isPredefinedVariable(variable: string): boolean; export declare function isEmpty(object: any): boolean; export declare function isObject(object: any): boolean; export declare function getVariableMap(): {};