import type { CommandContext, SelectOptions, SelectResult } from './types'; export declare const select: (ctx: CommandContext, path: string, options?: SelectOptions) => Promise; export declare const examine: (ctx: CommandContext, path: string, options?: Omit) => Promise; //# sourceMappingURL=select.d.ts.map