import type { BckndMessage } from './bcknd-message.js';
import type { BckndName } from './bcknd-name.js';
/**
 * Representation of the 'BckndGenericSecretDataResponse' schema.
 */
export type BckndGenericSecretDataResponse = {
    message?: BckndMessage;
    name?: BckndName;
} & Record<string, any>;
//# sourceMappingURL=bcknd-generic-secret-data-response.d.ts.map