export declare const unProcessableUriSchemes: string[];
export declare const fastUnProcessableUriSchemesMap: Record<string, string[]>;
/**
 * Skip unprocessable links
 */
export declare function skipLinks(url: string): string | void;
//# sourceMappingURL=skip-links.d.ts.map