/** Secret reference */
export interface SecretRef {
    /** ID of the secret */
    id: string;
    /** Name of the secret */
    name: string;
}
//# sourceMappingURL=SecretRef.d.ts.map