export declare type LoginResult = [{
    success: {
        username: string;
    };
}];
//# sourceMappingURL=LoginResult.d.ts.map