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