type Options = {
    fallback?: string;
    window?: number;
};
export type { Options };
