import { ExtendedPlatformInfo } from "../types/config";
export declare const getBaseUrl: (namiCommands?: string[]) => string;
export declare const getExtendedClientInfo: (namiCommands: string[]) => ExtendedPlatformInfo;
export declare const hasCapability: (capability: string) => boolean;
export declare const hasPurchaseManagement: (messagePrefix?: string) => boolean;
export declare const shouldValidateProductGroups: () => boolean;
