import type { CommandResult } from '../types'; /** * resolveAndValidatePath + typeof チェックの共通ガード * ファイルパスの解決・検証を行い、成功時に handler を呼び出す */ export declare function withValidatedPath(payload: { path?: unknown; }, handler: (filePath: string) => Promise, defaultPath?: string, baseDir?: string): Promise; //# sourceMappingURL=file-path-guard.d.ts.map