export declare function detect(image: any, Config?: DetPostConfig): Promise; export declare interface DetPostConfig { shape: number; thresh: number; box_thresh: number; unclip_ratio: number; } export declare function load(detPath?: string): Promise; export { }