import type { CommandExitParams } from '../types/CommandAction.js'; import type { SharedOptions } from '../types/SharedOptions.js'; import type { ReusedOptions } from '../types/ReusedOptions.js'; import type { Context } from '@ms-cloudpack/api-server'; export declare function discoverRemoteAppPaths(params: { context: Pick; options: { /** * Desired app name or substring, from the `--app` option. * - If there's an exact match, only that app will be returned. * - If multiple apps match a substring, see `discover` for behavior. * - If no match, it's an error. */ desiredApp?: string; } & Pick & Pick; }): Promise; //# sourceMappingURL=discoverRemoteAppPaths.d.ts.map