export declare function validateEnvValue(envVarName: string): string | null;
export declare function resolveEnvToolsetPath(envVarKey: string): string | null;
