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