declare function ValidateFeePayerDataOnSubmission(target: unknown, propertyKey: string, descriptor: PropertyDescriptor): PropertyDescriptor;
declare function ValidateFeePayerDataOnSimulation(target: unknown, propertyKey: string, descriptor: PropertyDescriptor): PropertyDescriptor;

export { ValidateFeePayerDataOnSimulation, ValidateFeePayerDataOnSubmission };
