/**
 * @description indent target matcher
 */
export declare function isIndentTargetElement(node: unknown): boolean;
