export interface TsExpression { tsExpression(): string; } export declare const toTsExpressions: (expressions: TsExpression[]) => string;