export interface Options { as?: [string, string, string]; bins?: number[]; offset?: number[]; sizeByCount?: boolean; fields: [string, string]; binWidth?: number[]; }