import type { URI } from "@adviser/cement"; import { SuperThis } from "@fireproof/core-types-base"; export declare function getPath(url: URI, sthis: SuperThis): string; export declare function getFileName(url: URI, sthis: SuperThis): string;