import type { IRegionOption } from '../../abstraction'; export declare const normalizeRegionOption: (option?: IRegionOption) => IRegionOption;