/** * Converts the given base64 skylink to base32. * * @param skylink - The base64 skylink. * @returns - The converted base32 skylink. */ export declare function convertSkylinkToBase32(skylink: string): string; /** * Converts the given base32 skylink to base64. * * @param skylink - The base32 skylink. * @returns - The converted base64 skylink. */ export declare function convertSkylinkToBase64(skylink: string): string; /** * Formats the skylink by adding the sia: prefix. * * @param skylink - The skylink. * @returns - The formatted skylink. */ export declare function formatSkylink(skylink: string): string; //# sourceMappingURL=format.d.ts.map