export interface CharacterSourceProvenance { sourceUrl: string; license: string; licenseUrl: string; attribution?: string; author?: string; model?: string; version?: string; } export declare function validateProvenance(value: CharacterSourceProvenance): CharacterSourceProvenance; export declare function validateCharacterOutputName(name: string): string;