import ts from "typescript";
export declare namespace LiteralFactory {
    const write: (input: any) => ts.Expression;
}
