import type { IObjectOf } from "@thi.ng/api";
import { type Args, type UsageOpts } from "./api.js";
export declare const usage: <T extends IObjectOf<any>>(specs: Args<T>, opts?: Partial<UsageOpts>) => string;
//# sourceMappingURL=usage.d.ts.map