import { User } from "../index.js"; export declare class UserImpl implements User { readonly id: string; readonly username: string; constructor(id: string, username: string); }