export declare function logToConsole(type: "info" | "error", source: "query" | "mutation", udfPath: string, message: string): void;
export declare function logFatalError(message: string): Error;
export declare function createError(source: "query" | "mutation", udfPath: string, message: string): Error;
//# sourceMappingURL=logging.d.ts.map