/** Maximum wire length for a canonical opaque identifier. */ export declare const MAX_OPAQUE_ID_CODE_UNITS = 1024; /** Maximum wire length for a normalized project slug. */ export declare const MAX_PROJECT_SLUG_CODE_UNITS = 256; //# sourceMappingURL=project-identity.d.ts.map