export declare function instrumentMethod(target: any, methodName: string): void;
export declare function getStackTrace(): string;
