//#region src/utils/instance.d.ts
/**
 * Check if the frontendApi ends with a staging domain
 */
declare function isStaging(frontendApi: string): boolean;
//#endregion
export { isStaging };