export declare const AUTH_FORBIDDEN_ERROR = "@mathix420/graphql/FORBIDDEN"; export declare const AUTH_UNAUTHENTICATED_ERROR = "@mathix420/graphql/UNAUTHENTICATED"; export declare const MIN_VERSIONS: { majorMinor: string; neo4j: string; }[]; export declare const REQUIRED_APOC_FUNCTIONS: string[]; export declare const REQUIRED_APOC_PROCEDURES: string[]; export declare const DEBUG_AUTH: string; export declare const DEBUG_GRAPHQL: string; export declare const DEBUG_EXECUTE: string; export declare const RESERVED_TYPE_NAMES: { regex: RegExp; error: string; }[]; export declare const RESERVED_INTERFACE_FIELDS: string[][]; export declare const WHERE_AGGREGATION_OPERATORS: string[]; export declare const WHERE_AGGREGATION_AVERAGE_TYPES: string[]; export declare const WHERE_AGGREGATION_TYPES: string[]; //# sourceMappingURL=constants.d.ts.map