export * from "./types.js";
export declare const SelectionOfProductGraphql: {
    random: import("./types.js").TCreateSelectionOfProductBuilder;
    presets: {
        withProductSelectionOnly: () => import("@commercetools-test-data/core").TBuilder<import("./types.js").TSelectionOfProductGraphql>;
    };
};
