import { CaaSApi_Body, CaaSApi_PageRef } from '../types'; export declare function createPageRef(pageChildren?: CaaSApi_Body[], locale?: string): CaaSApi_PageRef;