import { Face } from './result';
export declare const detectFace: (parent: any, input: any) => Promise<Face[]>;