import type { TslPointer, TrustedListSource, TrustedService } from "./types"; export declare function parseLotlPointers(xml: string, source: TrustedListSource): TslPointer[]; export declare function parseTrustedList(xml: string, context: { source: TrustedListSource; territoryHint?: string; }): Promise;