import { BlockType } from './../constants'; export declare function ancestorOf(type: BlockType, targetType: BlockType): number;