export declare type IkasTransactionError = { code: string | null; declineCode: string | null; message: string | null; };