export interface SnapshotReferenceCommandAttributes {
    /**
     * Creates a JSON or YAML file that represents the current state of the database.
     */
    snapshotFormat?: string;
}
