import { IRobokassaResponse, RobokassaUserParameterKey } from '../types'; type IResponseArgument = Pick & Record; export declare const buildExpectedReceivingSignatureString: ({ password2, response, }: { password2: string; response: IResponseArgument; }) => string; export declare const calculateReceivingSignatureValue: ({ hashAlgorithm, password2, response, }: { hashAlgorithm: string; password2: string; response: IResponseArgument; }) => string; export {}; //# sourceMappingURL=calculateReceivingSignatureValue.d.ts.map