UNPKG

galeforce-tmp-sea

Version:

A customizable, promise-based, and command-oriented TypeScript library for the Riot Games API.

17 lines 756 B
/// <reference types="node" /> import Action from '../../action'; import SubmoduleMap from '../../../interfaces/submodule-map'; declare const BaseAction: { new (...args: any[]): { skin<K extends import("../../mixins/skin").SkinChainable & import("../../mixins/executable").Executable>(this: K, skin: number): Omit<K, "skin">; }; } & { new (...args: any[]): { champion<K_1 extends import("../../mixins/champion").ChampionChainable & import("../../mixins/executable").Executable>(this: K_1, champion: string): Omit<K_1, "champion">; }; } & typeof Action; export default class GetDataDragonLoadingArt extends BaseAction<Buffer> { constructor(submodules: SubmoduleMap); } export {}; //# sourceMappingURL=loading-art.d.ts.map