/** * Gets the content type for a file based on its extension * * @param filePath Path to the file * @returns The content type for the file */ export declare function getContentType(filePath: string): string; //# sourceMappingURL=content-type.d.ts.map