import { DynamicContextProps } from '../../../../context/DynamicContext'; export declare const useInitializeSdkClient: ({ settings, client: clientFromProps }: DynamicContextProps, key: string | undefined) => void;