export declare type BasicAuthentication = { userName: string; password: string; };