import { AST } from "./ast"; export declare function decodeFast(tree: any): AST | null; export declare function decodeSafe(tree: any): AST | null;