/**
 * Check if the URL is relative or if it's a domain without protocol
 **/
export declare const isRelativePath: (url: string) => boolean;
//# sourceMappingURL=is-relative-path.d.ts.map