import { IndexDBParams } from '../interfaces'; export declare class IndexDbQuerySchema { dataId?: string; schema: string; namespace?: string; params: IndexDBParams; isDataStoreResource?: boolean; static fromUrl(url: string): IndexDbQuerySchema; }