import { Path } from "../Path.js"; import { Present } from "../PathsPresent.js"; export declare function pathsPresent>(...paths: P[]): (input: T) => input is Present; //# sourceMappingURL=pathsPresent.d.ts.map