export declare const GetPronunciationDictionaryMetadataResponsePermissionOnResource: { readonly Admin: "admin"; readonly Editor: "editor"; readonly Commenter: "commenter"; readonly Viewer: "viewer"; }; export type GetPronunciationDictionaryMetadataResponsePermissionOnResource = (typeof GetPronunciationDictionaryMetadataResponsePermissionOnResource)[keyof typeof GetPronunciationDictionaryMetadataResponsePermissionOnResource];