/** * Replace Google Cloud Storage url origin with the origin of main site * * @export * @param {string} [url=''] The url with Google Cloud Storage url * @param {boolean} [forceToReplace=false] The defaut action is not to replace the origin when nodeEnv==='development', use the para to overwrite it. * @returns */ export function replaceGCSUrlOrigin(url?: string, forceToReplace?: boolean): string;