export interface IFCheckArgs {
    manifest?: string;
    directory?: string;
}
