import { getConfig } from '@react-native-harness/config'; import type { HarnessCliCommand } from '@react-native-harness/platforms'; type ConfigLoader = typeof getConfig; type DiscoveredPlatformCommands = { commands: HarnessCliCommand[]; projectRoot: string; }; export declare const discoverPlatformCommands: (options: { cwd: string; loadConfig?: ConfigLoader; }) => Promise; export declare const runPlatformCommand: (options: { argv: string[]; cwd: string; loadConfig?: ConfigLoader; }) => Promise; export {}; //# sourceMappingURL=platform-commands.d.ts.map