import { FileAbstraction } from "../FileAbstraction";
export declare class FuseBoxStatement {
    file: FileAbstraction;
    ast: any;
    constructor(file: FileAbstraction, ast: any);
}
