import { Command } from "commander"; /** * Citation schemas — structured extraction schemas applied to calls. * REST: /v1/citation_schemas (note underscore). get/update/delete key off ?id= query. */ export declare function registerCitationCommand(program: Command): void; //# sourceMappingURL=citation.d.ts.map