export declare type IkasOrderRefundSettings = { isActiveRefundSection: boolean; orderRefundDayLimit: number | null; refundDesc: string; storefrontId: string | null; };