import type { EventProperty } from "./AvoNetworkCallsHandlerLite"; export declare class AvoSchemaParserLite { static extractSchema(eventProperties: Record): Promise; private static removeDuplicates; private static getPropValueType; } export { AvoSchemaParserLite as AvoSchemaParser };