export declare function getToolsDocumentation(): {
    contents: {
        uri: string;
        text: string;
        mimeType: string;
    }[];
};
