export interface Resp { status: number | undefined; data: any; } export declare function get(url: string): Promise;