import { Mtcnn } from './Mtcnn'; export * from './Mtcnn'; export * from './MtcnnOptions'; export declare function createMtcnn(weights: Float32Array): Mtcnn;