export declare function isPost(jsonData: any): boolean; export declare function isNewsletter(jsonData: any): boolean; export declare function isPage(jsonData?: any): boolean; export declare function isTag(jsonData: any): boolean; export declare function isUser(jsonData: any): boolean; export declare function isNav(jsonData: any): boolean;