export declare const FOXPAGE_CONTENT = "contents";
export declare const FOXPAGE_CONTENT_FILE = ".json";
export declare function resolveContentDir(appId: string, dirs: string[]): string;
export declare function resolveContentPath(appId: string, dirs: string[]): string;
export declare function storeContent<T>(filePath: string, content?: T): Promise<void>;
