export declare const SearchKeywordRest: {
    random: import("./types.js").TCreateSearchKeywordBuilder<import("@commercetools/platform-sdk").SearchKeyword>;
    presets: {};
};
export declare const SearchKeywordGraphql: {
    random: import("./types.js").TCreateSearchKeywordBuilder<import("@commercetools-test-data/graphql-types").TCtpSearchKeyword>;
    presets: {};
};
