import type { ResultMessage } from '../types'; /** * Retrieve destinations from workspace. * * @param wsFolders workspace folders * @returns messages, destinations */ export declare function getDestinationsFromWorkspace(wsFolders: string[]): Promise<{ messages: ResultMessage[]; destinations: string[]; }>; //# sourceMappingURL=workspace.d.ts.map