import type { Command } from 'commander'; import { type PlacesOptions } from './orientation-cli.js'; import type { OrientationDeps } from './orientation.js'; export declare function registerSubscriptionCommands(program: Command): void; export declare function runSubscriptionList(opts: PlacesOptions, deps?: OrientationDeps): Promise; //# sourceMappingURL=subscriptions-cli.d.ts.map