import type * as ElevenLabs from "../../api/index";
import * as core from "../../core";
import type * as serializers from "../index";
import { GetPronunciationDictionaryMetadataResponseModelPermissionOnResource } from "./GetPronunciationDictionaryMetadataResponseModelPermissionOnResource";
export declare const GetPronunciationDictionaryMetadataResponse: core.serialization.ObjectSchema<serializers.GetPronunciationDictionaryMetadataResponse.Raw, ElevenLabs.GetPronunciationDictionaryMetadataResponse>;
export declare namespace GetPronunciationDictionaryMetadataResponse {
    interface Raw {
        id: string;
        latest_version_id: string;
        latest_version_rules_num: number;
        name: string;
        permission_on_resource?: GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.Raw | null;
        created_by: string;
        creation_time_unix: number;
        archived_time_unix?: number | null;
        description?: string | null;
    }
}
