import { User } from "../../models"; export declare const getUserById: (id: number) => Promise;