import { Service } from 'egg';
export default class ContentChecker extends Service {
    check(params: any): Promise<boolean>;
}
