export declare const isRelUrl: (schemaRef: string) => boolean; export declare const getFragmentFromUrl: (url: string) => string; export declare const getCleanRefUrl: (schemaRef: string | undefined) => string | undefined; export declare const makeUrlFromRef: (schemaRef: string, id: string | undefined) => string;