import type { CommandContext, SubscribeResult } from './types'; export declare const subscribe: (ctx: CommandContext, path: string) => Promise; export declare const unsubscribe: (ctx: CommandContext, path: string) => Promise; //# sourceMappingURL=subscribe.d.ts.map