/** Version and build number of the package */exportdeclareconstVERSION: {
version: {
major: string;
minor: string;
patch: string;
branch: string;
};
build: Date;
};
/** Module name */exportdeclareconstMODULE = "@acoustic-content-sdk/redux-feature-url-config";