export declare function updateNvdaRegistryData({ nvdaDirectory }: {
    nvdaDirectory: any;
}): Promise<void>;
