export declare class Request { private axios; constructor(); createKoutuRecord(options: { url: string; token: string; }): Promise; koutu(options: { url: string; appId: string; abilityCode: string; workId: string; useCert: string; token: string; }): Promise; createAuth(code: string): Promise; }