import { GraphQLScalarType } from "graphql"; export declare const RFC_3339_REGEX: RegExp; export declare const parseTime: (value: any) => { hour: number; minute: number; second: number; nanosecond: number; timeZoneOffsetSeconds: number; }; export declare const GraphQLTime: GraphQLScalarType, string>; //# sourceMappingURL=Time.d.ts.map