import { WagtailAPI } from '..'; import { Page } from './types'; export declare class PagesAPI extends WagtailAPI { static namespace: string; static getPageByPath(path: string, extraParams?: any): Promise; static getPage(id: number, type: string): Promise; } //# sourceMappingURL=index.d.ts.map