UNPKG

178 BTypeScriptView Raw
1declare const _default: {
2 readonly name: string;
3 isAvailableAsync(): Promise<boolean>;
4 startObserving(): void;
5 stopObserving(): void;
6};
7export default _default;