import type { SdkServicesConfig } from '../../../../config/types'; import type { ClaimableTokensConfigInternal } from './types'; export declare const getDefaultClaimableTokensConfig: (config: SdkServicesConfig) => ClaimableTokensConfigInternal;