import type { Attachment, PageType } from '../../core/models/api/attachment'; import type { Document } from '../../core/models/api/document'; export declare const getPage: ({ attachments }: Document, pageType?: PageType) => Attachment; export declare const getPageName: (document: Document, pageType?: PageType) => string;