/// <reference types="node" />
export { parse };
declare function parse<K extends string>(src: Buffer | string, scope: undefined | Env, reserved: undefined | Record<string, unknown>): Record<K, string>;
