/** Version and build number of the package */ export declare const VERSION: { version: { major: string; minor: string; patch: string; branch: string; }; build: Date; }; /** Module name */ export declare const MODULE = "@acoustic-content-sdk/ng-api";