export default interface Options {
    arrayIndexes: boolean;
    excludeNull: boolean;
    useDotSeparator: boolean;
    useBrackets: boolean;
    booleanAsNumbers: boolean;
}
