export type ErrorDetails = {
    readonly code?: string;
    readonly message?: string;
};
//# sourceMappingURL=types.d.ts.map