import { Result } from 'defekt';
declare const prettyPrintResult: (value: Result<any, Error>, depth?: number) => string;
export { prettyPrintResult };
