export declare type AsyncResponse = Promise<[T, string | boolean, number | boolean]>;