import 'dotenv/config';
export default class DotenvStore {
    static get(name: string): string | undefined;
}
