import { ClassType } from "./graphq-compose-typescript"; import { StringKey } from "./utils"; export declare class GraphqlComposeTypescriptError extends Error { } export declare class PropertyError extends GraphqlComposeTypescriptError { constructor(constructor: ClassType, key: StringKey, message: string); }