import type { VptJsonObject, VptOptions, VptPageConfig, VptPageOption } from '../../options.ts'; /** Resolves an omitted Page configuration to its empty native representation. */ export declare function getPageConfig(page: VptPageOption): VptPageConfig; /** Creates shared App configuration with configured Page order as the authoritative value. */ export declare function createAppConfig(options: VptOptions): VptJsonObject;