import { ASTBase } from 'miniscript-core'; export declare function unwrap(node: ASTBase): ASTBase;