import { ArgType, NativeFunction } from "../../structures/@internal/NativeFunction";
declare const _default: NativeFunction<[{
    name: string;
    description: string;
    type: ArgType.User;
    rest: false;
}], true>;
export default _default;
//# sourceMappingURL=username.d.ts.map