export declare type DeGiroSettupType = {
    username?: string;
    pwd?: string;
    oneTimePassword?: string;
    jsessionId?: string;
};
//# sourceMappingURL=DeGiroSettupType.d.ts.map