/** * Validates and filters environment variables for Lambda */ export declare function validateEnvironmentVariables(environment: Record): Record; /** * Gets the appropriate content type for a file */ export declare function getContentType(file: string): string; //# sourceMappingURL=utils.d.ts.map