import Transport from "@ledgerhq/hw-transport";
type InS = string | string[];
type InP = Promise<InS> | InS;
type In = InP | (() => InP);
declare const _default: (urls: In) => typeof Transport;
export default _default;
//# sourceMappingURL=withStaticURLs.d.ts.map