/** 初始化 SDK 内部多语言资源。 */ export declare const initPiPaymentSdkLocales: () => void; /** 获取 SDK 自有文案,避免 provider handler 依赖旧 eftposPay 文案模块。 */ export declare const getPiPaymentSdkText: (key: string, ...args: unknown[]) => string;