/* * A scriptable object that expose read-only transform map information to custom transform scripts. */ export declare class GlideTransformMap { readonly sys_id: string; readonly name: string; readonly source_table: string; readonly target_table: string; readonly order: number; }