/** * @description * Contains api urls for all apis */ export declare const awsPreSignedUrl: { v1: { url: string; }; }; /** * @description * Contains api urls for all apis */ export declare const imagesApiUrls: { v1: { getImages: string; addImage: string; }; };