import { FoxpageRequestOptions } from '@foxpage/foxpage-types';
export declare const getDSL: (pageId: string, appId: string, opt: FoxpageRequestOptions) => Promise<import("@foxpage/foxpage-types").StructureNode<Record<string, any>>[]>;
