import { JSONSchema } from './json-schema';
export declare const supportedScalarTypes: string[];
export declare const isDisallowedScalarType: (type: string) => boolean;
export declare const GraphQLScalarJSONSchemaDefinition: {
    Boolean: JSONSchema;
    Int: JSONSchema;
    Float: JSONSchema;
    String: JSONSchema;
    AWSDateTime: JSONSchema;
    ID: JSONSchema;
    AWSJSON: JSONSchema;
    AWSEmail: JSONSchema;
    AWSDate: JSONSchema;
    AWSTime: JSONSchema;
    AWSTimestamp: JSONSchema;
    AWSPhone: JSONSchema;
    AWSURL: JSONSchema;
    AWSIPAddress: JSONSchema;
};
//# sourceMappingURL=graphql-scalar-json-schema-definitions.d.ts.map