export declare const AWS_TMP_DIR = "/tmp/aws";
export declare const AWS_FONT_DIR = "/tmp/fonts";
export default function getEnvironmentVariables(): Promise<Record<string, string>>;
