import { CompilerState } from '../CompilerState';
export interface IFunctionAnnotation {
    annotation: string;
    paramsShift: number;
}
export declare function emitAnnotation(state: CompilerState): IFunctionAnnotation;
//# sourceMappingURL=emitAnnotation.d.ts.map