import { Context, FxError, Result, Solution } from "@microsoft/teamsfx-api"; export interface Meta { name: string; displayName: string; version: string; } export declare class Loader { static PLUGIN_PREFIX: string; static SOLUTION_PREFIX: string; static loadSolutions(ctx: Context): Promise, FxError>>; } //# sourceMappingURL=loader.d.ts.map