export declare const useUtils: () => { amountFormated: (value: number, isCurrencyStyle: boolean) => string; numberOnly: (text: string) => boolean; isValidCpfCnpj: (document: string) => boolean; };