import { HrefFilterProps, HrefParts } from './types/href'; export declare class HrefParseError extends Error { hrefPieces: string[]; pieceIndex: number; errorOffset: number; reason: string; constructor(hrefPieces: string[], pieceIndex: number, errorOffset: number, reason: string); } export declare const stringifyHrefFilterProps: (hrefParts: HrefFilterProps) => string; export declare const parseHref: (href: string) => HrefParts; //# sourceMappingURL=href.d.ts.map