import type { Sha256 } from './Sha256'; import type { Url } from './Url'; export declare type Setup = { url: Url; sha256?: Sha256; };