/**
 * Example: Using the Rollback Functionality
 *
 * This example demonstrates how to use the various rollback features
 * in the deployment system.
 */
declare function exampleRollbackUsage(): Promise<void>;
declare function exampleWithDeployment(): Promise<void>;
export { exampleRollbackUsage, exampleWithDeployment };
//# sourceMappingURL=rollback-examples.d.ts.map