import { Bill } from "./documents";
import { XastRoot } from "./xast";
export declare function billFromSenatAkomaNtosoXast(node: XastRoot): Bill;
