import * as d from '../../../declarations';
import ts from 'typescript';
export declare function parseStringLiteral(m: d.Module | d.ComponentCompilerMeta, node: ts.StringLiteral): void;
