import { HttpClient } from '@wix/sdk-types'; import { GetSiteContentSchemasResponse, GetSiteContentSchemasResponseNonNullableFields, ListContentSchemasOptions, ListContentSchemasResponse, ListContentSchemasResponseNonNullableFields } from './multilingual-localization-v1-schema-localization-schema.universal.js'; export declare const __metadata: { PACKAGE_NAME: string; }; export declare function listContentSchemas(httpClient: HttpClient): ListContentSchemasSignature; interface ListContentSchemasSignature { /** * Retrieves a list of up to 100 content schemas, given the provided paging and filters. */ (options?: ListContentSchemasOptions | undefined): Promise; } export declare function getSiteContentSchemas(httpClient: HttpClient): GetSiteContentSchemasSignature; interface GetSiteContentSchemasSignature { /** * Retrieves all schemas that have at least one content key. */ (): Promise; } export { CreateOrUpdateContentSchemaByKeyRequest, CreateOrUpdateContentSchemaResponse, FieldType, GetSiteContentSchemasRequest, GetSiteContentSchemasResponse, GetSiteContentSchemasResponseNonNullableFields, ListContentSchemasOptions, ListContentSchemasRequest, ListContentSchemasResponse, ListContentSchemasResponseNonNullableFields, Paging, PreviewFields, RemoveContentSchemaByKeyRequest, RemoveContentSchemaRequest, RemoveContentSchemaResponse, Schema, SchemaBody, SchemaById, SchemaByKey, SchemaField, SchemaFieldsGroup, SchemaFilter, SchemaKey, SchemaScope, TranslationStrategy, UpdateContentSchemaRequest, } from './multilingual-localization-v1-schema-localization-schema.universal.js';