/**
 * Copyright (c) 2018-2019 Aleksey Melnikov, True Directive Company.
 * @link https://truedirective.com/
 * @license MIT
*/
/**
 * Custom injection consumer
 */
export declare class AxInjectConsumer {
    [key: string]: any;
    handlers: {
        [id: string]: any;
    };
    __ax_hta: {
        [id: string]: any;
    };
    protected updateInjections(): void;
}
