export declare const startChannel: () => { readonly isDesk: boolean; post: (action: string, content: unknown, options?: { fireAndForget: T extends void ? never : true; }) => Promise; destroy: () => void; }; //# sourceMappingURL=communication.d.ts.map