import { Uuid } from ".."; /** * A type-guard to make sure that you're dealing with a type-safe Uuid */ export declare function isUuidType(input: unknown): input is Uuid; //# sourceMappingURL=isUuidType.d.ts.map