declare const _default: {
    en: {
        type: StringConstructor;
        required: boolean;
    };
    ja: {
        type: StringConstructor;
        required: boolean;
    };
    kr: {
        type: StringConstructor;
        required: boolean;
    };
};
/**
 * 多言語文字列mongooseスキーマタイプ
 */
export default _default;
