type SlaveMethods = {
    [key: string]: (...args: any[]) => any;
};

export type { SlaveMethods as default };
