export declare const captureMessage: (msg: string) => string; export declare const captureException: (e: Error) => string; export declare const flush: () => Promise;