import { Page, SerializedPage } from '../../types'; export declare const serialize: (pages: Page[]) => SerializedPage[];