export declare function requireValue(value: string | undefined, opts: { name: string; env: string; }): string; export declare function optionalEnv(value: string | undefined, env: string): string | undefined; export declare function readFileBlob(path: string, contentType?: string): Promise; export declare function readFileArrayBuffer(path: string): Promise; export declare function inferContentType(path: string, fallback?: string): string; //# sourceMappingURL=common.d.ts.map