export declare const getUserProfileHandlers: (backendOrigin: string) => import("msw").HttpHandler[];
export declare function getCurrentUserCertifiedValidatedHandler(backendOrigin: string, isCertified: boolean, isValidated: boolean): import("msw").HttpHandler;
//# sourceMappingURL=userProfileHandlers.d.ts.map