import { ABAPObject, FieldSymbol } from "../types"; export declare function cast(target: ABAPObject | FieldSymbol, source: ABAPObject): Promise;