import { Endpoint } from '../../../../types/endpoint'; export declare type getDashboardNotionPagesParameters = Record; export declare const getDashboardNotionPages: Endpoint; export declare type getDashboardNotionPagesResponse = { recordMaps: any[]; }; export declare type getDashboardNotionPageParameters = { page: string; }; export declare const getDashboardNotionPage: Endpoint; export declare type getDashboardNotionPageResponse = { recordMap: any; }; export declare type patchDashboardNotionPageParameters = { page: string; pageCode?: string; reCaching?: boolean; }; export declare const patchDashboardNotionPage: Endpoint; export declare type patchDashboardNotionPageResponse = Record; export declare type deleteDashboardNotionPageParameters = { page: string; }; export declare const deleteDashboardNotionPage: Endpoint; export declare type deleteDashboardNotionPageResponse = Record; //# sourceMappingURL=page.d.ts.map