import { CompilerState } from '../CompilerState';
export declare function emitInlineLocal(_state: CompilerState, n: number): string;
export declare const UNDERRUN = "[stack underrun]";
export declare function emitInlineStack(_state: CompilerState, n: number, useAlias?: boolean): string;
//# sourceMappingURL=emitInlineVars.d.ts.map