import { InternalTaskContext } from './InternalTaskContext'; export declare function setup(appId: string, env: string, name: string): void; export declare function createTaskContext(lambdaContext: any, source: string, traceId: string, backendUrl: string): InternalTaskContext; export declare function stopCurrentMonitor(): void;