export type Options = {
    strict?: boolean;
    debug?: boolean;
};
