export declare function createTeamsDeepLinkForChat(users: string[], topic?: string, message?: string): string; export declare function createTeamsDeepLinkForCall(targets: string[], withVideo?: boolean, source?: string): string; export declare function createTeamsDeepLinkForCalendar(attendees?: string[], startTime?: string, endTime?: string, subject?: string, content?: string): string; export declare function createTeamsDeepLinkForAppInstallDialog(appId: string): string;