/**
 * CushService provides access to Cush functionality
 * Note: All /cush/* endpoints are delegated to the Uniheart component
 *
 * This service delegates all requests to the Uniheart component
 * The exact endpoints and their structures are defined by Uniheart
 *
 * @generated from service gfxcafe.oku.account.v1.CushService
 */
export declare const CushService: {
    readonly typeName: "gfxcafe.oku.account.v1.CushService";
    readonly methods: {};
};
