type StaticContentValue = string | StaticContentValue[] | {
    files: StaticContentValue;
};
export declare function readStaticConfigContent(configPath: string): StaticContentValue | undefined;
export {};
