import { IntrospectedInterface } from "../gir/class.js";
import { GirVisitor } from "../visitor.js";
export declare class InterfaceVisitor extends GirVisitor {
    visitInterface: (node: IntrospectedInterface) => IntrospectedInterface;
}
