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