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