export declare const assetMocks: () => { id: string; active: boolean; method: string; url: string; headers: {}; params: string; response: { status: number; delay: number; headers: { 'content-type': string; }; body: { data: { docs: ({ serviceName: string; assetType: string; componentId: null; name: string; url: string; guid: string; } | { serviceName: string; assetType: string; componentId: string; name: string; url: string; guid: string; })[]; }; success: boolean; message: string; }; }; name: string; origin: string; }[];