export type UserLogoutParamsPOST = { userId?: string; }; export declare const isUserLogoutParamsPOST: import("ajv").ValidateFunction; //# sourceMappingURL=UserLogoutParamsPOST.d.ts.map