export function getAMapLoader({
	aMapUI,
	aMapLoca,
}: {
	aMapUI?: boolean | undefined;
	aMapLoca?: boolean | undefined;
}): Promise<any>;