export interface OnDrThisBind {
    onDrThisBind(): void;
}
export declare const isOnDrThisBind: (obj: any) => obj is OnDrThisBind;
//# sourceMappingURL=OnDrThisBind.d.ts.map