import { Integer } from "../types";
export declare function line_index(callback: () => Promise<void>): Promise<Integer>;
