/** * Exception that is called when build methods that does not allow for multiple calls gets called multiple times. */ export declare class EventBuilderMethodAlreadyCalled extends Error { /** * Initialises a new instance of the {@link EventBuilderMethodAlreadyCalled} class. * @param {string} method - The name of the method that was called multiple times. */ constructor(method: string); } //# sourceMappingURL=EventBuilderMethodAlreadyCalled.d.ts.map