type MockGenericResponse = {
    id?: string;
    name?: string;
    description?: string;
};
export declare const mockGenericResponse: ({ name, description, id, }: MockGenericResponse) => MockGenericResponse;
export {};
//# sourceMappingURL=mockGenericResponse.d.ts.map