/** Creates instance snapshots in the current region. */
export interface ProjectInstanceSnapshotCreation {
    /** Name for the snapshot that will be created in the current region */
    snapshotName: string;
}
//# sourceMappingURL=ProjectInstanceSnapshotCreation.d.ts.map