export declare function fetchIndexedMsa({ location, name, }: { location: { uri: string; }; name: string; }): Promise;