export declare function setLineFun(line: (line: boolean) => void): void;
export declare function isLine(): boolean;
