import { ICharacter } from "../types/_character";
export declare const LINE_NOT_FOUND = "CX_SY_ITAB_LINE_NOT_FOUND";
export declare function line_exists(callback: () => Promise<void>): Promise<ICharacter>;
