import * as ts from "ts-morph";
import { CompilerState } from "../CompilerState";
export declare const BUILT_INS: string[];
export declare const replacements: Map<string, string>;
export declare function compileIdentifier(state: CompilerState, node: ts.Identifier, isDefinition?: boolean): string;
