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