export interface BunqServerConnection { request(options: any): Promise; } export interface SessionCreator { createSessionServer(): Promise; }