import { Interval } from './types.js'; export declare function parseSubnet(value: unknown): Interval;