import { IOutline } from "../publicApi";
/**
 * @description Returns the index of the last immediate child for the provided outline node.
 * It throws if there is no child.
 */
export declare function getIndexOfLastImmediateChild(outline: IOutline, i: number): number;
