export declare type LiteralConstructMethod = (args: any[]) => string;
export declare class LiteralConstructsController {
    static if(args: any[]): string;
}
