import type { Reference } from '@m-ld/m-ld';
export declare function idSet(refs: Reference[]): Set<string>;
/**
 * Leaves an already-absolute URI alone
 */
export declare const domainRelativeIri: (iri: string, domainName: string) => string;
/**
 *
 */
export declare function lastPathComponent(pathname: string): string;
