export declare function getFlowOptions(): Promise; export declare function getAnomalies(type: number, detached: boolean): Promise; export declare function saveFingers(data: any): Promise; export declare function getModalSettings(): Promise; export declare function getPeople(cpf: any, captureType: any): Promise; export declare function fingerAuthenticate(data: any): Promise;