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