import { ICharacter } from "../types/_character"; export declare function condense(input: ICharacter, options: { nogaps: boolean; }): void;