import { CustomErrorConstructor } from './CustomErrorConstructor'; declare const defekt: ({ code, defaultMessage }: { code: TErrorCode; defaultMessage?: string | undefined; }) => CustomErrorConstructor; export { defekt };