export declare type LoginRequest = {
    username: string;
    password: string;
    authenticationReceipt: string;
};
