import { Command } from "commander"; interface PushOptions { file?: string; tags?: string; ttl?: string; stdin?: boolean; title?: string; hint?: string; hub?: string; agent?: string; assistedBy?: string; } export declare function pushCommand(inlineContent: string | undefined, options: PushOptions): Promise; export declare function registerPushCommand(program: Command): void; export {}; //# sourceMappingURL=push.d.ts.map