import { ConfigurationLoaderSchemaType } from "./configuration.loader.schema.type"; export declare class ConfigurationLoaderSettings { constructor(init?: Partial); configPath: string; applyEnvOverrides: boolean; schemaPath?: string; schemaType: ConfigurationLoaderSchemaType; schemaExpand: boolean; }