import { DotenvParseOutput } from 'dotenv'; export declare function gatherAppEnv(shard: string): DotenvParseOutput; export declare function validateAppEnvs(shards: string[]): void;