/**
 * @license
 * Copyright Google Inc. All Rights Reserved.
 *
 * Use of this source code is governed by an MIT-style license that can be
 * found in the LICENSE file at https://angular.io/license
 */
import * as o from '../output/output_ast';
export declare class Identifiers {
    static NEW_METHOD: string;
    static TRANSFORM_METHOD: string;
    static PATCH_DEPS: string;
    static createElement: o.ExternalReference;
    static elementEnd: o.ExternalReference;
    static elementProperty: o.ExternalReference;
    static elementAttribute: o.ExternalReference;
    static elementClassNamed: o.ExternalReference;
    static elementStyleNamed: o.ExternalReference;
    static containerCreate: o.ExternalReference;
    static containerEnd: o.ExternalReference;
    static directiveCreate: o.ExternalReference;
    static text: o.ExternalReference;
    static directiveInput: o.ExternalReference;
    static textCreateBound: o.ExternalReference;
    static bind: o.ExternalReference;
    static interpolation1: o.ExternalReference;
    static interpolation2: o.ExternalReference;
    static interpolation3: o.ExternalReference;
    static interpolation4: o.ExternalReference;
    static interpolation5: o.ExternalReference;
    static interpolation6: o.ExternalReference;
    static interpolation7: o.ExternalReference;
    static interpolation8: o.ExternalReference;
    static interpolationV: o.ExternalReference;
    static pureFunction0: o.ExternalReference;
    static pureFunction1: o.ExternalReference;
    static pureFunction2: o.ExternalReference;
    static pureFunction3: o.ExternalReference;
    static pureFunction4: o.ExternalReference;
    static pureFunction5: o.ExternalReference;
    static pureFunction6: o.ExternalReference;
    static pureFunction7: o.ExternalReference;
    static pureFunction8: o.ExternalReference;
    static pureFunctionV: o.ExternalReference;
    static pipeBind1: o.ExternalReference;
    static pipeBind2: o.ExternalReference;
    static pipeBind3: o.ExternalReference;
    static pipeBind4: o.ExternalReference;
    static pipeBindV: o.ExternalReference;
    static load: o.ExternalReference;
    static pipe: o.ExternalReference;
    static projection: o.ExternalReference;
    static projectionDef: o.ExternalReference;
    static refreshComponent: o.ExternalReference;
    static directiveLifeCycle: o.ExternalReference;
    static injectAttribute: o.ExternalReference;
    static injectElementRef: o.ExternalReference;
    static injectTemplateRef: o.ExternalReference;
    static injectViewContainerRef: o.ExternalReference;
    static directiveInject: o.ExternalReference;
    static defineComponent: o.ExternalReference;
    static defineDirective: o.ExternalReference;
    static defineInjector: o.ExternalReference;
    static definePipe: o.ExternalReference;
    static query: o.ExternalReference;
    static queryRefresh: o.ExternalReference;
    static NgOnChangesFeature: o.ExternalReference;
    static listener: o.ExternalReference;
}
