export declare function createIpfsURL(params: {
    hash: string;
    gateway?: string;
    apiToken?: string;
}): string;
