export declare class Query { view: string; method: string; data: A; meta: any; constructor(view: string, method: string, data: A, meta?: any); }