export declare function gapFrameworksAnalyzers(args: unknown): Promise<{
    content: {
        type: string;
        text: string;
    }[];
}>;
//# sourceMappingURL=gap-frameworks-analyzers.d.ts.map