import { Result } from 'neverthrow'; export declare type Decoder = (value: unknown, key?: string) => Result | undefined; //# sourceMappingURL=_types.d.ts.map