import * as d from '../../../declarations';
import ts from 'typescript';
export declare function updateNativeConstructor(classMembers: ts.ClassElement[], cmp: d.ComponentCompilerMeta, ensureSuper: boolean): void;
