import { ArrayLiteralExpression, ObjectLiteralExpression } from 'ts-morph'; /** * @deprecated import from @rxap/ts-morph */ export declare function GetCoerceArrayLiteralFromObjectLiteral(objectLiteral: ObjectLiteralExpression, propertyKey: string): ArrayLiteralExpression;