declare type EnvVars = {
    [key: string]: string;
};
export declare function init(envVars?: EnvVars): Promise<void>;
export {};
