import { ChangeEventHandler } from 'react'; import { SectionsToEdit } from './acounts.types'; export declare const addwhen: (validation: boolean, item: T) => T[]; export declare const addLeftPosition: (setions: SectionsToEdit) => SectionsToEdit; export declare const createUpdateAcount: (account: T, setAcount: import("react").Dispatch>) => (field: string) => ChangeEventHandler; export declare const validAcount: (account: T) => boolean; export declare const getValidAcount: (account: T) => { [k: string]: any; }; export declare const fetchingAcount: ({ accountFetch, refetch, finallized, error }: { [index: string]: any; }) => (account: T) => () => void;