import { GraphQLScalarType } from 'graphql'; export declare const REGEX_TIMEZONE_OFFSET_FORMAT: RegExp; export declare const UniversalDateTimeRaw: GraphQLScalarType; export default UniversalDateTimeRaw;