/** * Otter repository organization */ export declare const GITHUB_OWNER = "AmadeusITGroup"; /** * Otter repository name */ export declare const GITHUB_REPOSITORY_NAME = "otter"; /** * Otter related scopes */ export declare const NPM_PACKAGES_SCOPES: string[]; /** * Otter URI prefix */ export declare const RESOURCE_URI_PREFIX = "o3r"; /** * Otter library name */ export declare const LIBRARY_NAME = "Otter"; //# sourceMappingURL=index.d.ts.map