/** Missing description */
export interface ProjectSshkeyCreation {
    /** SSH key name */
    name: string;
    /** SSH public key */
    publicKey: string;
    /** Region to create SSH key */
    region?: string;
}
//# sourceMappingURL=ProjectSshkeyCreation.d.ts.map