/**
 *
 * @param {string} url
 * @returns {string|null}
 */
export function guessAssetType(url: string): string | null;
//# sourceMappingURL=guessAssetType.d.ts.map