import { Schema } from '../schema';
export declare function dictWithXmlEntries<T, S>(itemSchema: Schema<T, S>): Schema<Record<string, T>, Record<string, S>>;
//# sourceMappingURL=dictWithXmlEntries.d.ts.map