type ExistsSyncLike = (filePath: string) => boolean; export declare function resolveBundledRelaycastMcpScript(cliScript: string, existsSync: ExistsSyncLike): string | null; export declare function buildBundledRelaycastMcpCommand(execPath: string, cliScript: string, existsSync: ExistsSyncLike): string | null; export {}; //# sourceMappingURL=relaycast-mcp-command.d.ts.map