export declare function captureTransactionResultKeys(result: unknown): null | undefined | string | string[] | Record<string, string>;
