export declare const RequestType: { readonly CreatePage: "create_page"; readonly UpdatePage: "update_page"; readonly DestroyPage: "destroy_page"; readonly AddScripts: "add_scripts"; readonly AddStylesheets: "add_stylesheets"; }; export type RequestType = (typeof RequestType)[keyof typeof RequestType]; export declare const RequestDescription: { readonly CreatePage: "Create a new page with HTML body content (DO NOT include