export declare const _notationAssign: (output: Record<string, any>, sources: Record<string, string>, source: string, value: any, rename: (str: string) => string) => void;
