/** * agenthood oath * * Prints the Society's oath. Read it. Mean it. */ import type { CommandDescriptor } from './types.ts'; export declare const command: CommandDescriptor; export declare function oath(): Promise; //# sourceMappingURL=oath.d.ts.map