/** * Retrieve the revolut pay order ID URL parameter upon redirect to your merchant site */ export declare const getRevolutPayOrderIdURLParam: () => string; /** * Retrieve the revolut pay success URL parameter upon redirect to your merchant site */ export declare const getRevolutPaySuccessURLParam: () => string; /** * Retrieve the revolut pay failure URL parameter upon redirect to your merchant site */ export declare const getRevolutPayFailureURLParam: () => string;