import { UserType } from '../types/users'; export declare const usersResponse: { env: string; _links: { self: { href: string; }; }; _embedded: { users: UserType[]; }; count: number; size: number; };