import type { GenericResult } from './GenericResult'; export declare type GenericResultResponse = { result: GenericResult; };