import { KalturaObjectBase } from '../kaltura-object-base';
export declare class KalturaSchemaType extends KalturaObjectBase {
    private _value;
    constructor(value?: string | number);
    equals(obj: this): boolean;
    toString(): string;
    static bulkUploadResultXml: KalturaSchemaType;
    static bulkUploadXml: KalturaSchemaType;
    static dropFolderXml: KalturaSchemaType;
    static ingestApi: KalturaSchemaType;
    static serveApi: KalturaSchemaType;
    static syndication: KalturaSchemaType;
}
