export function listPages(): Promise; export function getPageById(id: any): Promise; export function getLatestPageVersionById(id: any): Promise; export function getPageVersionById(id: any, versionId: any): Promise; export function getPageActionsById(id: any): Promise; export function getPageActionById(id: any, versionId: any, actionId: any): Promise;