import type { LogPayload } from '../app'; import { DetailedError } from './DetailedError'; type ExperimentalErrorProps = Pick; export declare class ExperimentalError extends DetailedError { constructor(message: string, remarks?: string); constructor(props: ExperimentalErrorProps); } export {}; //# sourceMappingURL=ExperimentalError.d.ts.map