import { ResultListObject } from './resultDTO'; export interface RawInterface { raw(input: string): Promise; }