export declare function getCamouConfigChunkSize(platform?: NodeJS.Platform): number; export declare function chunkCamouConfig(config: Record | string, platform?: NodeJS.Platform): string[]; export declare function buildCamouConfigEnv(config: Record, baseEnv?: NodeJS.ProcessEnv, platform?: NodeJS.Platform): Record;