/// export interface Captcha { captcha: Buffer; cookie: string; } declare function getCaptcha(cookie: string): Promise; export default getCaptcha;