/// <reference types="node" />
import Action from '../../action';
import SubmoduleMap from '../../../interfaces/submodule-map';
declare const BaseAction: {
    new (...args: any[]): {
        version<K extends import("../../mixins/version").VersionChainable & import("../../mixins/executable").Executable>(this: K, version: string): Omit<K, "version">;
    };
} & {
    new (...args: any[]): {
        locale<K_1 extends import("../../mixins/locale").LocaleChainable & import("../../mixins/executable").Executable>(this: K_1, locale: string): Omit<K_1, "locale">;
    };
} & {
    new (...args: any[]): {
        lorSet<K_2 extends import("../../mixins/lor-set").LorSetChainable & import("../../mixins/executable").Executable>(this: K_2, lorSet: number): Omit<K_2, "lorSet">;
    };
} & {
    new (...args: any[]): {
        card<K_3 extends import("../../mixins/card").CardChainable & import("../../mixins/executable").Executable>(this: K_3, card: string): Omit<K_3, "card">;
    };
} & typeof Action;
export default class GetLorDataDragonSetCardArt extends BaseAction<Buffer> {
    constructor(submodules: SubmoduleMap, type: 'card' | 'full' | 'alt' | 'alt-full');
}
export {};
//# sourceMappingURL=set-card-art.d.ts.map