import { ObjectLiteralExpression, VariableStatement } from 'ts-morph';
/**
 *
 * @param objectLiteral
 */
export declare function getVariableStatementFromObjectLiteralExpression(objectLiteral: ObjectLiteralExpression): VariableStatement;
