import * as ts from 'typescript'; import { TransformerOptions } from '../types'; export declare const GLOBAL_EVENT_PREXIX = "body:"; export declare function isBearerEvent(eventName: string): boolean; export declare function prefixEvent(eventName: string): string; export declare function eventName(name: string): string; export default function eventNameScoping({}?: TransformerOptions): ts.TransformerFactory;