import { Attachment } from 'discord.js'; import { MessageArgumentTypeBase } from './base'; import { Argument, ArgumentType } from '../Argument'; export declare class AttachmentType extends MessageArgumentTypeBase { value: any; validate(attachment: string | Attachment): boolean; resolve(argument: Argument): { type: string | ArgumentType; attachment: any; }; } //# sourceMappingURL=Attachment.d.ts.map