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