export declare function compileToJSON(json: any): string;
export declare function isPresent(obj: any): boolean;
export declare function isJsObject(obj: any): boolean;
export declare function isFunction(val: any): boolean;
