export function deleteValue(path: any): void; export function setValue(path: any, value: any, expiry: null | undefined, callback: any): void; export function getValue(path: any, defaultValue?: null): any; export function pushValue(path: any, value: any, expiry: null | undefined, callback: any): void; //# sourceMappingURL=core.d.ts.map