import { CVM } from "../types/cvm"; export declare const getAll: () => Promise>; export declare const getBy: (cnpj: string) => Promise>;