export declare function getCommunicationTips(args: unknown): Promise<{
    content: {
        type: "text";
        text: string;
    }[];
}>;
export declare const contextTool: {
    name: string;
    description: string;
    inputSchema: {
        type: string;
        properties: {
            profileId: {
                type: string;
                description: string;
            };
            name: {
                type: string;
                description: string;
            };
            scenario: {
                type: string;
                description: string;
            };
        };
    };
};
//# sourceMappingURL=context.d.ts.map