import type { IConfig } from "../interface/config.interface";
export type TConfigModule = {
    default: IConfig | undefined;
};
