export interface IBrokerDefinition {
    [method: string]: (...args: any[]) => any;
}
//# sourceMappingURL=broker-definition.d.ts.map