export declare class User { constructor(props?: Partial); id: string; user_name: string; }