export declare type Params = { [key: string]: T; }; export declare type CaptureOptions = { contexts?: Params; extra?: Params; fingerprint?: string[]; tags?: Params; }; //# sourceMappingURL=types.d.ts.map