import { OnError } from "@ganbarodigital/ts-lib-error-reporting/lib/v1"; /** * throws an error if the given string is not a well-formatted UUID */ export declare function mustBeUuidData(input: string, onError?: OnError): void; //# sourceMappingURL=mustBeUuidData.d.ts.map