import { Character, Structure } from "../types";
import { ICharacter } from "../types/_character";
export declare function overlay(value: Character | Structure, withh: ICharacter, _only?: ICharacter): void;
