interface useInOutFieldsRecordsProps { type: string; dbName: string; setIsLodaing: any; } export declare function useInOutFieldsRecords({ type, dbName, setIsLodaing, }: useInOutFieldsRecordsProps): { data: any; isError: any; }; export {};