import { EvolveClient, Payload } from "../../..";
export default class {
    constructor(client: EvolveClient, payload: Payload, shard: number);
}
