export declare const SearchKeywordsRest: {
    random: import("./types.js").TCreateSearchKeywordsBuilder<import("@commercetools/platform-sdk").SearchKeywords>;
    presets: {};
};
export declare const SearchKeywordsGraphql: {
    random: import("./types.js").TCreateSearchKeywordsBuilder<import("@commercetools-test-data/graphql-types").TCtpSearchKeywords>;
    presets: {};
};
