import { OptionsFulfilment } from "..";
type Options = {
    is_visible: number;
    fulfilment: OptionsFulfilment;
};
export type { Options };
