export declare const DUPLICATED_INJECTABLE_DECORATOR: string;
export declare const DUPLICATED_METADATA: string;
export declare const NULL_ARGUMENT: string;
export declare const KEY_NOT_FOUND: string;
export declare const AMBIGUOUS_MATCH: string;
export declare const CANNOT_UNBIND: string;
export declare const NOT_REGISTERED: string;
export declare const TRYING_TO_RESOLVE_BINDINGS: (name: string) => string;
export declare const UNDEFINED_INJECT_ANNOTATION: (name: string) => string;
export declare const CIRCULAR_DEPENDENCY: string;
export declare const INVALID_BINDING_TYPE: string;
export declare const NO_MORE_SNAPSHOTS_AVAILABLE: string;
export declare const INVALID_MIDDLEWARE_RETURN: string;
export declare const INVALID_FUNCTION_BINDING: string;
export declare const LAZY_IN_SYNC: (key: unknown) => string;
export declare const INVALID_TO_SELF_VALUE: string;
export declare const INVALID_DECORATOR_OPERATION: string;
export declare const ARGUMENTS_LENGTH_MISMATCH: (name: string) => string;
export declare const CONTAINER_OPTIONS_MUST_BE_AN_OBJECT: string;
export declare const CONTAINER_OPTIONS_INVALID_DEFAULT_SCOPE: string;
export declare const CONTAINER_OPTIONS_INVALID_AUTO_BIND_INJECTABLE: string;
export declare const CONTAINER_OPTIONS_INVALID_SKIP_BASE_CHECK: string;
export declare const MULTIPLE_PRE_DESTROY_METHODS: string;
export declare const MULTIPLE_POST_CONSTRUCT_METHODS: string;
export declare const ASYNC_UNBIND_REQUIRED: string;
export declare const POST_CONSTRUCT_ERROR: (clazz: string, errorMessage: string) => string;
export declare const PRE_DESTROY_ERROR: (clazz: string, errorMessage: string) => string;
export declare const ON_DEACTIVATION_ERROR: (clazz: string, errorMessage: string) => string;
export declare const CIRCULAR_DEPENDENCY_IN_FACTORY: (factoryType: string, serviceIdentifier: string) => string;
export declare const STACK_OVERFLOW: string;
