import * as d from '../../../declarations';
import ts from 'typescript';
export declare function gatherVdomMeta(m: d.Module | d.ComponentCompilerMeta, args: ts.NodeArray<ts.Expression>): void;
