1 | // @ts-ignore
|
2 | import { LocalStorage } from "node-persist";
|
3 | /**
|
4 | * @group Model
|
5 | */
|
6 | export declare class HAPStorage {
|
7 | private static readonly INSTANCE;
|
8 | private localStore?;
|
9 | private customStoragePath?;
|
10 | static storage(): LocalStorage;
|
11 | static setCustomStoragePath(path: string): void;
|
12 | storage(): LocalStorage;
|
13 | setCustomStoragePath(path: string): void;
|
14 | }
|
15 | //# sourceMappingURL=HAPStorage.d.ts.map |
\ | No newline at end of file |