import { Result } from '../../types.js';
export declare function validate(envValues: Record<string, string>, schema: Record<string, string>, fileContent?: string): Result;
