import { type ByteSource } from '../../io/types.ts'; import type { MountRegistry } from '../mount/registry.ts'; import type { FlagValue } from '../../commands/spec/types.ts'; import type { ChildMounts, StatPath } from '../../ops/types.ts'; export declare function applyFindActions(stdout: ByteSource | null, flagKwargs: Record, registry: MountRegistry, cwd: string, childMounts?: ChildMounts | null, statPath?: StatPath | null): Promise<[ByteSource | null, Uint8Array]>; //# sourceMappingURL=find_action_dispatch.d.ts.map