export declare class Wordpress { model: any; endpoint: string; settings: any; api: any; site: any; ready: boolean; constructor(); init(options: any): any; initApi(settings: any): any; private initCustomRoutes(); getPosts(): any; getParams(): any; getPost(id: any, type: any): any; getMenu(mid: any): any; getMenus(): any; saveLocal(): void; restoreLocal(): void; private discover(); }