import type { BckndId } from './bcknd-id.js';
import type { BckndobjectStoreSecretModificationResponseMessage } from './bckndobject-store-secret-modification-response-message.js';
/**
 * Representation of the 'BckndobjectStoreSecretModificationResponse' schema.
 */
export type BckndobjectStoreSecretModificationResponse = {
    id: BckndId;
    message: BckndobjectStoreSecretModificationResponseMessage;
} & Record<string, any>;
//# sourceMappingURL=bckndobject-store-secret-modification-response.d.ts.map