import { Table } from "../types";
import { ICharacter } from "../types/_character";
export declare function collect(source: ICharacter | Table, target?: Table): void;
