export namespace rangePolyfill {
    export { install };
    export { uninstall };
}
declare function install(): void;
declare function uninstall(): void;
export {};
//# sourceMappingURL=range.d.ts.map