import type { PreviewDocument } from "./types"; export declare function extensionFromName(name: string): string; export declare function normalizeTypeHint(hint: string | undefined): string; export declare function detectDocumentType(doc: PreviewDocument): string; export declare function displayNameFor(doc: PreviewDocument): string; //# sourceMappingURL=type-sniff.d.ts.map