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