import { StatementedNode, StatementStructures, WriterFunction } from 'ts-morph'; /** * @deprecated import from @rxap/ts-morph */ export declare function CoerceStatements(node: StatementedNode, statements: (string | WriterFunction | StatementStructures)[] | string | WriterFunction): void;