import type { PaymentPageSchema, PaymentSchemaAction } from '../../../sdk'; /** 给本次交易已提交的 action 按钮补充 UI 锁定状态。 */ export declare const applyActionLocks: (schema: PaymentPageSchema, lockedActionTypes: ReadonlySet) => PaymentPageSchema;