export interface StageSiteOptions { hostDir: string; repoRoot?: string; cmsEditRoot?: string; } export declare function resolveCmsEditRoot(hostDir: string, repoRoot: string, cmsEditRoot?: string): string; export declare function stageEditorPack(options: StageSiteOptions): { projectKey: string; skipped: boolean; }; //# sourceMappingURL=stage-site.d.ts.map