import type { DiscoveredShard } from "../../internal/discoverShards";
import type { Args } from "../../internal/parseArgs";
/**
 * Extracts DSNs and the list of microshard numbers from the args.
 */
export declare function parseMatchingShards(args: Args): Promise<{
    dsns: string[];
    matchingShards: DiscoveredShard[];
}>;
//# sourceMappingURL=parseMatchingShards.d.ts.map