export declare class RequestService { private id; constructor(id: string); api(query: string): Promise; }