export declare const isFirstChild: (node: any) => boolean;
export declare const isLastChild: (node: any) => boolean;
