import { GraphQLScalarType } from 'graphql'; export declare function isValidDayjs(date: string): boolean; export declare const UniversalDateTime: GraphQLScalarType; export default UniversalDateTime;