import { GraphQLScalarType } from "graphql";
export declare const TIME_REGEX: RegExp;
export declare const validateTime: (value: unknown) => string;
export declare const GraphQLTime: GraphQLScalarType<string, string>;
//# sourceMappingURL=Time.d.ts.map