export declare const showToast: (deviceIds: Set<string>) => void;
export declare const hideToast: () => void;
