import { Context } from '@foxpage/foxpage-types';
/**
 * init preview locale
 * @param ctx
 */
export declare const initPreviewLocale: (ctx: Context) => void;
