import { FabrixApp } from '@fabrix/fabrix';
export declare const Utils: {
    buildShopFixtures: (app: FabrixApp) => Promise<{
        shops: any[];
    }>;
    loadShopFixtures: (app: FabrixApp) => any;
    loadShops: (app: FabrixApp) => Promise<void> | Promise<[{}, {}, {}, {}, {}, {}, {}, {}, {}, {}]>;
    buildCountryFixtures: (app: FabrixApp) => Promise<{
        countries: any[];
    }>;
    loadCountryFixtures: (app: FabrixApp) => any;
    loadCountries: (app: FabrixApp) => Promise<void> | Promise<[{}, {}, {}, {}, {}, {}, {}, {}, {}, {}]>;
};
