import { PadplusErrorType } from '..'; export declare class PadplusError extends Error { readonly type: PadplusErrorType; constructor(type: PadplusErrorType, message?: string); toString(): string; } //# sourceMappingURL=padplus-error.d.ts.map