import { ExceptionInfo } from './../../abc/lazy/ExceptionInfo';
import { CompilerState } from './../CompilerState';
export declare function emitOpenCatchConditions(state: CompilerState, catchBlocks: ExceptionInfo[]): void;
export declare function emitOpenTryCatch(state: CompilerState, _group: ExceptionInfo[]): void;
export declare function emitCloseTryCatch(state: CompilerState, group: ExceptionInfo[]): void;
//# sourceMappingURL=emitCatch.d.ts.map