import { listContentSchemas as publicListContentSchemas, getSiteContentSchemas as publicGetSiteContentSchemas } from './multilingual-localization-v1-schema-localization-schema.public.js'; import { BuildRESTFunction, MaybeContext } from '@wix/sdk-types'; export declare const listContentSchemas: MaybeContext & typeof publicListContentSchemas>; export declare const getSiteContentSchemas: MaybeContext & typeof publicGetSiteContentSchemas>; export { SchemaScope, FieldType, TranslationStrategy, } from './multilingual-localization-v1-schema-localization-schema.universal.js'; export { Schema, SchemaKey, SchemaBody, SchemaFieldsGroup, SchemaField, PreviewFields, CreateOrUpdateContentSchemaByKeyRequest, SchemaByKey, CreateOrUpdateContentSchemaResponse, UpdateContentSchemaRequest, SchemaById, ListContentSchemasRequest, SchemaFilter, Paging, ListContentSchemasResponse, GetSiteContentSchemasRequest, GetSiteContentSchemasResponse, RemoveContentSchemaRequest, RemoveContentSchemaResponse, RemoveContentSchemaByKeyRequest, ListContentSchemasResponseNonNullableFields, GetSiteContentSchemasResponseNonNullableFields, ListContentSchemasOptions, } from './multilingual-localization-v1-schema-localization-schema.universal.js';