export declare const SERVICES_ALIAS: { readonly COMMAND_HANDLERS: "hollywood.application.command.handlers"; readonly QUERY_HANDLERS: "hollywood.application.query.handlers"; readonly COMMAND_MIDDLEWARE: "hollywood.application.command.middleware"; readonly QUERY_MIDDLEWARE: "hollywood.application.query.middleware"; readonly DEFAULT_EVENT_BUS: "hollywood.infrastructure.eventBus.default"; readonly DEFAULT_EVENT_STORE_DBAL: "hollywood.infrastructure.eventStore.dbal.default"; readonly DEFAULT_EVENT_STORE_SNAPSHOT: "hollywood.infrastructure.eventStore.snapshot.default"; readonly DEFAULT_EVENT_STORE_SNAPSHOT_DBAL: "hollywood.infrastructure.eventStore.snapshot.dbal.default"; }; export declare const PARAMETERS_ALIAS: { readonly DEFAULT_EVENT_STORE_MARGIN: "hollywood.eventStore.default.margin"; };