export declare class GlideTransformLog { constructor(); error(message: string): void; info(message: string): void; warn(message: string): void; }