/** AI Solutions SSH credentials input */
export interface SshCredentialsInput {
    /** SSH private key */
    privateKey: string;
    /** SSH public key */
    publicKey: string;
}
//# sourceMappingURL=SshCredentialsInput.d.ts.map