export declare const useExchangeSubscriptionConfigToken: () => { exchange: (subscriptionConfigToken: string) => Promise; loading: boolean; error: string | null; token: string | null; };