import type { BuildCredentials } from '../schemas/build';
export declare function renderEnvFile(args: {
    appId: string;
    local: boolean;
    platform: 'ios' | 'android';
    creds: Partial<BuildCredentials>;
}): string;
export declare function escapeDotenvValue(value: string): string;
