import * as ts from "ts-morph";
import { CompilerState } from "../CompilerState";
export declare function compileArrayLiteralExpression(state: CompilerState, node: ts.ArrayLiteralExpression): string;
