import { ABAPObject } from "../types";
export declare function instance_of(val: ABAPObject, cname: any): boolean;
