import { ApiResponse, ServerApi } from "@intuitionrobotics/thunderstorm/backend";
import { type AccountApi_LoginSAML, type RequestParams_LoginSAML } from "./_imports.js";
import { type ExpressRequest } from "@intuitionrobotics/thunderstorm/backend";
declare class ServerApi_Account_LoginSAML extends ServerApi<AccountApi_LoginSAML> {
    constructor();
    protected process(request: ExpressRequest, response: ApiResponse, queryParams: RequestParams_LoginSAML, _body: void): Promise<{
        loginUrl: string;
    }>;
}
declare const _default: ServerApi_Account_LoginSAML;
export default _default;
//# sourceMappingURL=login-saml.d.ts.map