import { CoatManifest, CoatManifestStrict } from "../types/coat-manifest";
/**
 * Adds all missing properties to a coat manifest or template file
 * to access these properties safely in following code.
 *
 * @param coatManifest The manifest file that has been read from the disk
 */
export declare function getStrictCoatManifest(coatManifest: CoatManifest): CoatManifestStrict;
