export type OptionsModel = {
    /** root dir path of your lib */
    cwd: string;
};
