import * as E from 'fp-ts/Either'; export declare function errorLeft(message: string): E.Either; export declare function stripStacktraceOfErrors(errors: string[]): (string | undefined)[]; export declare function logError(message: string): void; export declare function logWarn(message: string): void; export declare function logInfo(message: string): void; //# sourceMappingURL=error.d.ts.map