import { WagtailAPI } from '..'; import { Page } from '../PagesAPI/types'; export declare class PagePreviewAPI extends WagtailAPI { static namespace: string; static get(token: string, contentType: string): Promise; } //# sourceMappingURL=index.d.ts.map