export function onSearch(formdata: any): Promise; export function onSearchDetail({ record, current }: { record: any; current: any; }): Promise; export function carpersonOnSearch(formdata: any): Promise; export function carpersonSearchDetail({ record, current, callback }: { record: any; current: any; callback: any; }): Promise; export function getele(item: any): any[]; export function imsiOnSearch(formdata: any): Promise; export function imsiOnSearchDetail({ record, current }: { record: any; current: any; }): Promise; export function personOnSearchImsi(formdata: any): Promise; export function personOnSearchImsiDetail({ record, current }: { record: any; current: any; }): Promise;