export class Promise {
    thenCall: (cb: () => void) => void;
}
