export type ReactCosmosConfig = {
    plugins?: string[];
    fixtureFileSuffix?: string;
    fixturesDir?: string;
};
