import type { CommonServiceType } from './types'; export declare function getDefaultServiceResponse(response?: Partial>): CommonServiceType;