export default class RawResult { readonly count: number; constructor(count: number); }