export declare class Debug {
    static print(node: any, includeInverseProperties?: boolean): string;
}
