export type MezoId = `${string}.mezo`; export declare const DISALLOWED_MEZO_ID_PATTERNS: { pattern: RegExp; error: string; }[]; export declare function validateMezoId(mezoId: string): string[]; //# sourceMappingURL=mezoId.d.ts.map