/** * Validate that the storage path record keys match our conventions and restrictions. * If all of the paths are valid, this function is a noop. * If some path is invalid, an error is thrown with details */ export declare const validateStorageAccessPaths: (storagePaths: string[]) => void; //# sourceMappingURL=validate_storage_access_paths.d.ts.map