export default interface IPrevalOptions {
    cacheActivated?: boolean;
    debug?: boolean;
    mode?: string;
}
