import type { Theme } from '@inquirer/core'; import type { PartialDeep } from '@inquirer/type'; export interface FileSearchConfig { message: string; basePath?: string; filter?: string; default?: string; theme?: PartialDeep; } export declare function fileSearchPrompt(config: FileSearchConfig): Promise; //# sourceMappingURL=file-search-prompt.d.ts.map