/** * Extract the original filename from a JUDO binary download token (JWT). * * Can be used outside of React components (e.g. in utility functions). * For use inside components, prefer the `extractFileNameFromToken` from {@link useFileHandling}. * * @param token JWT download token (or null/undefined) * @param fallbackText Value returned when the token is absent or decoding fails * @returns The decoded filename, or `fallbackText` */ export declare function extractFileNameFromToken(token?: string | null, fallbackText?: string): string; //# sourceMappingURL=file-utils.d.ts.map