export interface IOptions {
    safe?: boolean;
    skip?: any;
    greedyTable?: boolean | number;
}
