export declare const ContainerRegistrationKeys: { readonly PG_CONNECTION: "__pg_connection__"; readonly MANAGER: "manager"; readonly CONFIG_MODULE: "configModule"; readonly LOGGER: "logger"; readonly REMOTE_QUERY: "remoteQuery"; readonly QUERY: "query"; /** * @deprecated use {@link ContainerRegistrationKeys.LINK} instead. */ readonly REMOTE_LINK: "remoteLink"; /** * @since 2.2.0 */ readonly LINK: "link"; readonly FEATURE_FLAG_ROUTER: "featureFlagRouter"; }; //# sourceMappingURL=container.d.ts.map