import { NgDocAsset } from '../interfaces';
/**
 * Builds an asset from a file.
 * @param filePath - The path to the file.
 */
export declare function buildFileAsset(filePath: string): NgDocAsset;
