declare const __FLOOD_EMBEDDED_ASSETS__:
  | {
      [assetPath: string]: {
        type: string;
        bodyBase64: string;
      };
    }
  | undefined;
