import { type Command } from "commander"; export declare function parseProposalMetadata(content: string): { title: string; description: string; }; export declare function registerPushCommand(program: Command): void; //# sourceMappingURL=push.d.ts.map