import { NCM } from "../types/ncm"; export declare const getAll: () => Promise>; export declare const getBy: (code: string) => Promise>; export declare const search: (code: string) => Promise>;