import * as QtQml from '../QtQml/types'; export declare type QQuickLocalStorage = { openDatabaseSync(args: any): void; } & QtQml.QObject;