import * as ts from "typescript"; import { ParameterDeclaration, StringLiteral } from "typescript"; export declare function param(name: string, typeName: string): ParameterDeclaration; export declare function str(text: string): StringLiteral; export declare function exportModifier(): ts.Token; export declare function idn(text: string): ts.Identifier;