UNPKG

207 BTypeScriptView Raw
1import { EnvOptions } from './types';
2declare const _default: (env: {
3 [k: string]: string | null | undefined;
4}, opts?: EnvOptions) => {
5 run(): void;
6 finally(): void;
7};
8export default _default;