import { CleanOptions, SpecsOutput } from './types'; export declare const testOnlySymbol: unique symbol; /** * Perform the central validation/sanitization logic on the full environment object */ export declare function getSanitizedEnv(environment: unknown, specs: S, options?: CleanOptions>): SpecsOutput;