galeforce-tmp-sea
Version:
A customizable, promise-based, and command-oriented TypeScript library for the Riot Games API.
13 lines • 555 B
TypeScript
/// <reference types="node" />
import Action from '../../action';
import SubmoduleMap from '../../../interfaces/submodule-map';
declare const BaseAction: {
new (...args: any[]): {
assetPath<K extends import("../../mixins/asset-path").AssetPathChainable & import("../../mixins/executable").Executable>(this: K, assetPath: string): Omit<K, "assetPath">;
};
} & typeof Action;
export default class GetDataDragonRuneArt extends BaseAction<Buffer> {
constructor(submodules: SubmoduleMap);
}
export {};
//# sourceMappingURL=rune-art.d.ts.map