import { CustomResourceDefinition } from "../util/crd";
export declare const get: (path: string) => Promise<CustomResourceDefinition[]>;
