export declare function enable(): boolean; export declare function get(url: string, query: string[], onerror: ErrorEventHandler): void; export declare function obj2query(data: { [key: string]: string; }): string[];