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