type PendingState = { pendingById: Record; }; export declare function rejectPendingPairingRequest, TIdKey extends string>(params: { requestId: string; idKey: TIdKey; loadState: () => Promise; persistState: (state: TState) => Promise; getId: (pending: TPending) => string; }): Promise<({ requestId: string; } & Record) | null>; export {};