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