export declare function reservePort(key: string): Promise; export declare function findOpenPort(min?: number, max?: number): Promise; //# sourceMappingURL=find-open-port.d.ts.map