import type { Address } from 'viem'; export declare function createPieceUrl(cid: string, cdn: boolean, address: Address, chainId: number, pdpUrl: string): string; //# sourceMappingURL=piece-url.d.ts.map